home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mintmant / pgetppid.txt < prev    next >
Text File  |  1992-03-24  |  694b  |  64 lines

  1. Pgetppid(2)               Oct. 1, 1991                Pgetppid(2)
  2.  
  3.  
  4.  
  5. NAME
  6.      Pgetppid - get the process id for the parent of the  current
  7.      process
  8.  
  9. SYNOPSIS
  10.      WORD Pgetppid();
  11.  
  12. DESCRIPTION
  13.      Pgetppid returns  the  process  id  of  the  parent  of  the
  14.      currently  running process.  The process id is a positive 16
  15.      bit integer. The call is always successful.
  16.  
  17. SEE ALSO
  18.      Pgetpgrp(2), Pgetpid(2)
  19.  
  20. NOTES
  21.      If the current process was started directly by  the  kernel,
  22.      then Pgetppid will return 0.
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. Version 0.9   Last change: MiNT Programmer's Manual             1
  61.  
  62.  
  63.  
  64.